</para>
<para>example: </para>
<screen format="linespecific">
-IFIELD UTM, "%s" # writes 6S 519045 3984035 -the easting is first by convention.</screen>
+IFIELD UTM, "", "%s" # writes 6S 519045 3984035 -the easting is first by convention.</screen>
</section>
<section id="style_def_utm_easting">
</para>
<para>example: </para>
<screen format="linespecific">
-IFIELD UTM_EASTING, "", "%d" # outputs 519045
+IFIELD UTM_EASTING, "", "%.0ff" # outputs 519045
</screen>
</section>
</para>
<para>example: </para>
<screen format="linespecific">
-IFIELD UTM_NORTHING "", "%d" # outputs 3984035
+IFIELD UTM_NORTHING "", "%.0f" # outputs 3984035
</screen>
</section>
</para>
<para>example: </para>
<screen format="linespecific">
-IFIELD UTM_ZONEC "", "%d" # outputs S
+IFIELD UTM_ZONEC "", "%c" # outputs S
</screen>
</section>